Skip to content

FIX: Fix some instances where idx[0] not in idx #9515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

ischwabacher
Copy link
Contributor

DatetimeIndex.__contains__ and TimedeltaIndex.__contains__ were failing to see duplicated elements in some circumstances.

Fixes #9512

@shoyer shoyer added the Bug label Feb 18, 2015
@shoyer shoyer added this to the 0.16.0 milestone Feb 18, 2015
@shoyer
Copy link
Member

shoyer commented Feb 18, 2015

awesome!

can you add a release note to the bug-fixes section of doc/source/whatsnew/0.16.0.txt and squash the commits into one?

@shoyer shoyer closed this in #9525 Feb 20, 2015
shoyer added a commit that referenced this pull request Feb 20, 2015
@shoyer
Copy link
Member

shoyer commented Feb 20, 2015

merged via #9525. Thanks!

@ischwabacher ischwabacher deleted the patch-3 branch February 20, 2015 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-monotonic-increasing DatetimeIndex claims not to __contain__ duplicate entries
2 participants